home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / BlueCustom.swf / scripts / DefineButton2_184 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2008-09-26  |  161 b   |  9 lines

  1. on(press){
  2.    Stage.showMenu = false;
  3.    gotoAndPlay(610);
  4.    fx1 = new Sound(zoop);
  5.    fx1.attachSound("pop");
  6.    fx1.stop("pop");
  7.    fx1.start(0,1);
  8. }
  9.